ServicePerformReminderAction Method (IListReminderItemAction) |
Performs the reminder action.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic PerformReminderActionResponse PerformReminderAction(
IList<ReminderItemAction> reminderItemActions
)
Public Function PerformReminderAction (
reminderItemActions As IList(Of ReminderItemAction)
) As PerformReminderActionResponse
Parameters
- reminderItemActions
- Type: System.Collections.GenericIListReminderItemAction
The reminder item actions.
Return Value
Type:
PerformReminderActionResponsePerformReminderActionResponse.
See Also